home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': '',
- 'Copyright': '',
- 'Description': '',
- 'Host': 'Paint Shop Pro',
- 'Host Version': '8.00'
- }
-
- def Preset_FineLeather():
- return {
- 'Angle': 239,
- 'Blur': 10,
- 'Color': (0,0,0),
- 'FurrowCount': 139,
- 'FurrowLength': 6,
- 'Transparency': 250
- }
-
- def Do(Environment):
- App.Do( Environment, 'FineLeather', Preset_FineLeather())
-
-